Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 May 2008 16:34:38 +0000 (16:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 May 2008 16:34:38 +0000 (16:34 +0000)
svn path=/trunk/; revision=20117

docs/reference/ChangeLog
docs/reference/gtk/migrating-GtkAction.sgml

index 27739e20d9a56ae6fa29f6aa522672577ca6a8a1..e4367f9d0863fa91e1fa377ccf374ed8832699ba 100644 (file)
@@ -1,3 +1,11 @@
+2008-05-20  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 533761 - gdk_accelerator_parse() does not exist, should be
+       gtk_accelerator_parse()
+
+       * gtk/migrating-GtkAction.sgml: Fix a typo. 
+       Pointed out by Matthias Warkus
+
 2008-05-05  Matthias Clasen  <mclasen@redhat.com>
 
        * docs/reference/gtk/Makefile.am:
index 81054f271f3f1430b99af96f5810f1cdfac6831a..14f07e095b763973a962c6b35fe1f491d0b7ca97 100644 (file)
@@ -256,7 +256,7 @@ static GnomeUIInfo menubar[] = {
        the <link linkend="gnomeuiinfo-example">previous
        example</link>.  Note that the toggle and radio entries are
        separate from normal actions.  Also, note that #GtkActionEntry 
-        structures take key names in the format of gdk_accelerator_parse() 
+        structures take key names in the format of gtk_accelerator_parse() 
         rather than key values plus modifiers; you will have to convert these
        values by hand.  For example, %GDK_F11 with no modifiers is equivalent 
         to a key name of <literal>"F11"</literal>.  Likewise, <literal>"o"</literal>